projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cded88
)
Add cross-reference to with-eval-after-load
author
Stefan Kangas
<stefan@marxist.se>
Thu, 28 Jan 2021 17:16:49 +0000
(18:16 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 28 Jan 2021 17:24:45 +0000
(18:24 +0100)
* lisp/subr.el (eval-after-load): Doc fix; add cross-reference to
'with-eval-after-load'.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index afa73c72eaa690949fa80b185bb5067bc9145015..34129ea38a09a9c841399977afdbe6387b6a5400 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-4921,7
+4921,9
@@
file, FORM is evaluated immediately after the provide statement.
Usually FILE is just a library name like \"font-lock\" or a feature name
like `font-lock'.
-This function makes or adds to an entry on `after-load-alist'."
+This function makes or adds to an entry on `after-load-alist'.
+
+See also `with-eval-after-load'."
(declare (compiler-macro
(lambda (whole)
(if (eq 'quote (car-safe form))